home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_11_08
/
1108029a
< prev
next >
Wrap
Text File
|
1993-05-03
|
345b
|
15 lines
enter with vertex CurrentPoint
IF first point THEN
store CurrentPoint as FirstPoint for later use
ELSEIF the line from LastPoint to CurrentPoint
intersects edge THEN
output the intersection point
ENDIF
IF CurrentPoint is on visible side of edge THEN
output CurrentPoint
ENDIF
store CurrentPoint as LastPoint for later use